github.com/andybalholm/brotli.bitWriter.nbits (field)
9 uses
github.com/andybalholm/brotli (current package)
bitwriter.go#L16: nbits uint
bitwriter.go#L20: w.bits |= b << w.nbits
bitwriter.go#L21: w.nbits += nb
bitwriter.go#L22: if w.nbits >= 32 {
bitwriter.go#L25: w.nbits -= 32
bitwriter.go#L45: for w.nbits != 0 {
bitwriter.go#L48: if w.nbits > 8 { // Avoid underflow
bitwriter.go#L49: w.nbits -= 8
bitwriter.go#L51: w.nbits = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |